home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / d02b.dxr / 00014_sretanb.pct.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  215 b   |  12 lines

  1. on mouseDown
  2.   global film
  3.   set the castNum of sprite 7 to cast "sposeb.pct"
  4.   updateStage()
  5.   set the ink of sprite 8 to 4
  6.   updateStage()
  7.   repeat while stillDown()
  8.   end repeat
  9.   set film to 2
  10.   go(1, "db")
  11. end
  12.